home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / lnxd3-82.zip / DIGEST3.820 next >
Internet Message Format  |  1993-01-01  |  23KB

  1. From Linux-Activists-Request@news-digests.mit.edu Mon Dec 21 08:48:15 1992
  2. Return-Path: <Linux-Activists-Request@news-digests.mit.edu>
  3. Received: from bloom-picayune (BLOOM-PICAYUNE.MIT.EDU) by montefiore.ulg.ac.be (4.1/SMI-4.1)
  4.     id AA03468; Mon, 21 Dec 92 08:46:58 +0100
  5. Received:  by bloom-picayune (5.57/25-eef)
  6.     id AA22453; Sat, 19 Dec 92 20:15:19 -0500
  7. Message-Id: <9212200115.AA22453@bloom-picayune>
  8. From: Digestifier <Linux-Activists-Request@news-digests.mit.edu>
  9. To: Linux-Activists@news-digests.mit.edu
  10. Reply-To: Linux-Activists@news-digests.mit.edu
  11. Date:     Sat, 19 Dec 92 20:15:09 EST
  12. Subject:  Linux-Activists Digest #820
  13. Status: R
  14.  
  15. Linux-Activists Digest #820, Volume #3           Sat, 19 Dec 92 20:15:09 EST
  16.  
  17. Contents:
  18.   libm.a under SLS 0.98 pl 1 (Andres Aravena Duarte)
  19.   Re: Problems with sysv init sources (tim)
  20.   Linux 0.99 still unbootable (Martin Kosina)
  21.   ANNOUNCE: ispell for British Commonwealth users (Peter Williams)
  22.   Re: Floppy DMA, question and patch (?) (Rogier Wolff)
  23.   Re: How to put new Image on boot disk (?) (Scott W. Adkins)
  24.   Re: DMA on PC motherboards (Ralph Merwin)
  25.   Re: device FAQ? (James Henrickson)
  26.   Re: INTERNATIONALIZATION: JAPAN, FAR EAST (Holger Veit)
  27.   Re: MONEY + Linux (Juha Laiho)
  28.   Re: LINUX, Unix, and opportunity for change (Marcus Leech)
  29.   [Q] Where are the sources for Linux net software? (n.h.chandler)
  30.   Re: Problem with libc 4.2 (James Michael Chacon)
  31.   Re: xdm -nodaemon: OK from command line, not rc.local (Delman Lee)
  32.   Re: ANNOUNCE Normal user floppy file systems (Charles Hannum)
  33.   Re: ANNOUNCE Normal user floppy file systems (Charles Hannum)
  34.   Re: dbx debugger out there? (Tom J Parry)
  35.   Re: [Q] Bug in select(2)? (Tim MacKenzie)
  36.  
  37. ----------------------------------------------------------------------------
  38.  
  39. From: anaraven@dcc.uchile.cl (Andres Aravena Duarte)
  40. Subject: libm.a under SLS 0.98 pl 1
  41. Date: Sat, 19 Dec 1992 16:01:46 GMT
  42.  
  43.  
  44. Last week I get a copy of Gnuplot 3.2 (from sunsite I belive) and
  45. tryed to compile it. All was right just until linking time, where
  46. I get a message saying 'libm.a: file not found' or so and a lot
  47. of undef's about math functions (sin, atan, etcetera).
  48.  
  49. Is it a known problem? Do I have to upgrade to solve it?
  50. I have no coprocessor. Do I need one to have math working?
  51.  
  52. Any kind of help is welcome 'cause I need math functions for my work.
  53.  
  54. Andres
  55. (first LINUX in South America- as far as I know)
  56.  
  57. ------------------------------
  58.  
  59. From: lash0002@student.tc.umn.edu (tim)
  60. Subject: Re: Problems with sysv init sources
  61. Date: 15 Dec 92 22:54:59 GMT
  62.  
  63. In article <1992Dec15.134909.28520@mintaka.lcs.mit.edu> wyvern@gnu.ai.mit.edu (The Wyvern) writes:
  64. >I recently compiled and installed the sources for the sysv-style init
  65. >from tsx-11 (plus the patch). It seems to be having problems
  66. >with runlevels though. If I have initdefault set to, say, 3,
  67. >and a couple lines like this:
  68. >
  69. >rc:3:wait:/etc/rc3
  70. >xd:3:once:/usr/X386/bin/xdm
  71. >
  72. >Init gives me something like:
  73. >INIT: Warning: No processes for this runlevel
  74. >INIT: Entering single user mode
  75. >/ root# 
  76. >So I end up having to have all the entries in my inittab be either
  77. >boot or bootwait, since those are the only ones which get executed.
  78. >Right now my inittab looks like this:
  79. >
  80. >id:3:initdefault: 
  81. >si::sysinit:/etc/bcheckrc 
  82. >rc::bootwait:/etc/rc 
  83. >r3::bootwait:/etc/rc3 
  84. >xd::boot:/usr/X386/bin/xdm
  85. >#c1:1234:respawn:/etc/getty 9600 tty1
  86. >#c2:23:respawn:/etc/getty 9600 tty2
  87. >#c3:23:respawn:/etc/getty 9600 tty3
  88. >#c4:23:respawn:/etc/getty 9600 tty4
  89. >pf::powerwait:/etc/shutdown -f now
  90. ># init
  91. >
  92. >This is highly annoying - it kind of defeats the purpose of an init
  93. >with runlevels. Does anyone have an idea of what might be wrong?
  94. >
  95.  
  96. I have had similar problems. I am not sure that i have really found the 
  97. problem or a good solution, but what I've done is:
  98.         At the end of the function StartEmIfNeeded(), there is a line
  99. that says 
  100. lastlevel = runlevel; 
  101. I've changed it to:
  102. if(sys_level == NORMAL_LEVEL) lastlevel = runlevel;
  103.  
  104. It appeared to me that during the sysinit and boot stages lastlevel was being
  105. set so that entries with an action field of wait or once would appear to have already been executed. This seems to fix it. I am not sure if it really is
  106. a fix, or if it is if it is a good one..i may look at it more later.
  107. I've sent a note to Miquel asking him about it a few days ago but have 
  108. not heard from him yet. If anyone else has anything to say about this 
  109. I'd appreciate hearing about it.
  110.  
  111.         tim
  112.         lash0002@student.tc.umn.edu
  113.  
  114.  
  115.  
  116.  
  117. ------------------------------
  118.  
  119. From: kosina@techbook.com (Martin Kosina)
  120. Subject: Linux 0.99 still unbootable
  121. Date: 19 Dec 92 03:05:13 GMT
  122.  
  123. I am still unable to boot 0.99. I am running 0.98p-1
  124. now with extended FS and sysvinit. Applying the two
  125. little patches posted earlier helped to get rid of
  126. the 'paging request;' error but boot now 'hangs'
  127. after printing the 'Linux 0.99 (root@...' banner. 
  128. I can type on the keyboard but nothing happens, no
  129. prompts or disk access, nothing. I am booting off
  130. a floppy which I made with 'make disk'.
  131.  
  132. Does anyone have the same problem ? 
  133.  
  134. Thanks
  135.  
  136. Martin
  137. -- 
  138. kosina@techbook.COM  Public Access User --- Not affiliated with TECHbooks
  139. Public Access UNIX and Internet at (503) 220-0636 (1200/2400, N81)
  140.  
  141. ------------------------------
  142.  
  143. From: peterw@archsci.arch.su.EDU.AU (Peter Williams )
  144. Crossposted-To: comp.os.linux.announce
  145. Subject: ANNOUNCE: ispell for British Commonwealth users
  146. Date: 18 Dec 92 00:49:58 GMT
  147.  
  148. A version of Geoff Kuenning's ispell V3.0 linked with jump libs 4.2 and
  149. a British Commonwealth dictionary is available from
  150.  
  151. archsci.arch.su.edu.au (129.78.66.1)
  152.  
  153. in file
  154.  
  155. pub/linux/ispell/ispell.C.T.Z  (untar in /usr/local)
  156.  
  157. and the texinfo source for ispell documentation is in
  158.  
  159. pub/linux/ispell/ispell.texinfo
  160.  
  161. instructions are in
  162.  
  163. pub/linux/ispell/README.ispell
  164.  
  165. Peter Williams                |e-mail: peterw@archsci.arch.su.edu.au
  166. Key Centre for Design Quality |phone: +61-2-692 2053 or +61-2-660 6156
  167. University of Sydney          |+++++++++++++++++++++++++++++++++++++++
  168.  
  169. ------------------------------
  170.  
  171. From: wolff@zen.et.tudelft.nl (Rogier Wolff)
  172. Subject: Re: Floppy DMA, question and patch (?)
  173. Date: Tue, 15 Dec 1992 21:40:55 GMT
  174.  
  175. torvalds@klaava.Helsinki.FI (Linus Torvalds) writes:
  176.  
  177. >like some SCSI cards which use DMA).  So changing the limit to 16MB
  178. >should work fine.  Not that it probably matters very much: 99% of the
  179. >floppy IO reads go through the track buffer, and writes aren't exactly
  180. >timing-critical in most circumstances.. 
  181.  
  182. >               Linus
  183.  
  184. The 1% that doesn't go through the track buffer are the blocks that
  185. surround an unreadable block. And as I use Linux to recover from
  186. "destroyed" blocks, that would make things ever worse: Around a bad
  187. block I'd get good readable (recoverable) data, but not in my buffer....
  188.  
  189.                                                 Roger.
  190. -- 
  191. ****   a 486 in V86 mode is like a VW buggy with a 6 litre V12 motor.  ****
  192. EMail:  wolff@duteca.et.tudelft.nl   ** Tel  +31-15-783644 or +31-15-142371
  193.  
  194. ------------------------------
  195.  
  196. From: sadkins@bigbird.cs.ohiou.edu (Scott W. Adkins)
  197. Subject: Re: How to put new Image on boot disk (?)
  198. Date: 19 Dec 92 00:49:41 GMT
  199.  
  200. In article <1992Dec17.180304.222@victrola.sea.wa.us> vince@victrola.sea.wa.us (Vince Skahan) writes:
  201. >>cat Image > /dev/fd0
  202. >or 'cp Image /dev/fd0'
  203.  
  204. Yeah, but something like "dd -if=Image -of=/dev/fd0" is probably the best
  205. way to do that.  After all, that is what the "disk dumper (dd)" is used for.
  206.  
  207. -- 
  208.          Scott W. Adkins           Internet: sadkins@ohiou.edu
  209.          ~~~~~~~~~~~~~~~                     ak323@cleveland.freenet.edu
  210.     Ohio University of Athens        Bitnet: adkins@ouaccvma.bitnet
  211.  
  212. ------------------------------
  213.  
  214. From: ralph@swmerc.rain.com (Ralph Merwin)
  215. Crossposted-To: comp.periphs,comp.sys.ibm.pc.hardware
  216. Subject: Re: DMA on PC motherboards
  217. Date: 19 Dec 92 16:20:22 GMT
  218.  
  219. In article <19801@ksr.com> zdenek@ksr.com (Zdenek Radouch) writes:
  220. >I need a new motherboard (probably 386DX-40) and I have heard rumors
  221. >that some motherboards are having timing problems when supporting DMA
  222. >transfers mastered by some controllers (for example transfers done by
  223. >the Adaptec 1542).
  224. >
  225. >I am looking for the following info:
  226. >
  227. >1. Are there known problems with a particular MFG/board?
  228. >2. Is there any way to test this using Adaptec 1542 under DOS?
  229.  
  230. OK, now that the motherboard issue has been hashed-out, we can get on to
  231. the second part of the question - actually testing the DMA capability.
  232.  
  233. The Adaptec controller has a DMA transfer speed test in it's BIOS.  Jumper
  234. the DMA speed on the board for the slowest setting (J5, jumpers 12 and 13),
  235. boot DOS (from floppy!), invoke 'debug', and type 'g=DC00:9' (the DC00 value
  236. depends in the BIOS base address jumpers).
  237.  
  238. You'll get a signon from the DMA test with instructions.  If the test works,
  239. rejumper to the next faster speed and retest.  After testing all four speeds,
  240. jumper the board for the fastest speed that passed the test.  I've seen some
  241. motherboards that had problems at intermediate speeds but worked at higher
  242. speeds.
  243.  
  244. Ralph
  245.  
  246. -- 
  247. ======== DOS Windows = The worst plague ever let loose upon humans ========
  248. Ralph Merwin               ralph@swmerc.rain.com               503-526-8647
  249.  
  250. ------------------------------
  251.  
  252. From: ujlh@pool.info.sunyit.edu (James Henrickson)
  253. Subject: Re: device FAQ?
  254. Date: Fri, 18 Dec 1992 02:53:04 GMT
  255.  
  256. In article <1gjossINNn56@uwm.edu> rick@ee.uwm.edu (Rick Miller, Linux Device Registrar) writes:
  257. >
  258. >I'll be posting the latest Linux Device List before the end of the week.
  259. >This time I'll have the sound devices in it too!  ;-)  I s'pose it would
  260. >be proper to make sure it gets onto some archive sites as well...
  261. >I'll post to comp.os.linux.announce once it's available via anonymous ftp.
  262. >
  263.  
  264. I think it might be an idea to make a list of unsupported hardware.
  265. I know we've been through this before with motherboards and didn't
  266. get very far, but I'm not just thinking of motherboards.  In particular,
  267. I know of Diamond video cards, Ultrastor host adapters, and Always
  268. host adapters because they require Non-Disclosure Agreements.  I'm sure
  269. there are a lot more.
  270.  
  271. I will be losing Internet access soon and will be unable to put together
  272. such a list.  Any takers?
  273.  
  274. -- 
  275. Jim H.
  276. *
  277. * James L. Henrickson  |  "I don't need a signature, I need a job!"
  278. * ujlh@sunyit.edu      |  BSCS, December 1992
  279.  
  280. ------------------------------
  281.  
  282. From: veit@du9ds3.fb9dv.uni-duisburg.de (Holger Veit)
  283. Crossposted-To: comp.unix.bsd
  284. Subject: Re: INTERNATIONALIZATION: JAPAN, FAR EAST
  285. Date: 18 Dec 92 08:06:40 GMT
  286. Reply-To: veit@du9ds3.fb9dv.uni-duisburg.de
  287.  
  288. In <id.M2XV.VTA@ferranti.com> peter@ferranti.com (peter da silva) writes:
  289.  
  290. >In article <mathias.724467456@sune.stacken.kth.se> mathias@stacken.kth.se (Mathias Bage) writes:
  291. >>   Has anyone in this newsgroup ever heard of the Unicode/ISO10646
  292. >> (UCS) standard?
  293.  
  294. >You know, if 386BSD could be made to support NET-UTF (the Plan 9 version
  295. >of the 10646 standard) that would be a major advantage over commercial
  296. >Unices...
  297.  
  298. Please tell me where I can get a document describing NET-UTF, preferably
  299. electronically.
  300.  
  301. >-- 
  302. >Peter da Silva                                            `-_-'
  303. >Ferranti International Controls Corporation                'U` 
  304. >Sugar Land, TX  77487-5012 USA
  305. >+1 713 274 5180                            "Zure otsoa besarkatu al duzu gaur?"
  306.  
  307. Holger
  308. -- 
  309. |  |   / Dr. Holger Veit         | INTERNET: veit@du9ds3.fb9dv.uni-duisburg.de
  310. |__|  /  University of Duisburg  |
  311. |  | /   Dept. of Electr. Eng.   |          "Understand me correctly:
  312. |  |/    Inst. f. Dataprocessing |     I'm NOT the WIZARD OF OS" (Holger)
  313.  
  314. ------------------------------
  315.  
  316. From: jlaiho@ichaos.nullnet.fi (Juha Laiho)
  317. Subject: Re: MONEY + Linux
  318. Date: 17 Dec 92 19:14:33 GMT
  319.  
  320. In article <1992Dec17.033917.2963@midway.uchicago.edu> goer@midway.uchicago.edu writes:
  321. >Can Linux go on forever without some commercial support?  I mean,
  322. As far as I know anyone is free to offer commercial support for Linux.
  323. I think the moral/ethical questions about offering commercial support
  324. to a free product have already been discussed, so no flames about this, please.
  325. If, however you can prove that commercial support for linux is illegal/against
  326. some rules/license agreements/whatever, please do followup.
  327.  
  328. >implementation.  Is there some way that a useful remuneration path
  329. >can be arranged.  E.g. could universities be site-licensed, thereby
  330. I suppose not..
  331.  
  332. >gaining the right to have attention paid to their bugs and config-
  333. >uration problems, and to receive regular updates?
  334. I think this whould eventually lead to the point that these "paying customers"
  335. state what should be incorporated with Linux and what should not. And farewell
  336. to the free development.
  337.  
  338. ..Wolf
  339.  
  340. ------------------------------
  341.  
  342. From: mleech@bnr.ca (Marcus Leech)
  343. Subject: Re: LINUX, Unix, and opportunity for change
  344. Date: Sat, 19 Dec 1992 17:01:43 GMT
  345.  
  346. In article <BzGv65.KKI@nmrdc1.nmrdc.nnmc.navy.mil>, dsc3pzp@nmrdc1.nmrdc.nnmc.navy.mil (Philip Perucci) writes:
  347. |> Then again, let me say I am quite grateful for what has already been
  348. |> accomplished.  Thank-you Linus!!!
  349. |> 
  350.  
  351. Lest anyone think my post was a shot at Linux and its progenitors--that's
  352.   *not* what I intended.
  353.  
  354. I see Linux a completely fresh implementation of a Unix-esque system.
  355.   It strikes me as an opportunity to fix many of the long-standing 
  356.   problems with Un*x, and to address those areas that the commercial Un*x
  357.   vendors have been either too timid, or too stupid to address.
  358.  
  359. I think that what Linus and the assembled multitudes here have done is a
  360.   tremendous testament to the vitality of the free sofware "industry". Let's
  361.   leverage that vitality, and build something truly fresh and exciting.
  362.  
  363. Were it not for the fact that I have a job where everything I create is
  364.   owned by my employer, I'd be as busy as Linus; contributing, rather
  365.   than just pontificating.  [Though it's certainly not unheard-of around
  366.   here to be able to release freeware, just rather rare].
  367.  
  368. -- 
  369. Marcus Leech, 4Y11             Bell-Northern Research  |opinions expressed
  370. mleech@bnr.ca                  P.O. Box 3511, Stn. C   |are my own, and not
  371. ml@ve3mdl.ampr.org             Ottawa, ON, CAN K1Y 4H7 |necessarily BNRs
  372.  
  373. ------------------------------
  374.  
  375. From: nhc@cbnewsj.cb.att.com (n.h.chandler)
  376. Subject: [Q] Where are the sources for Linux net software?
  377. Date: Sat, 19 Dec 1992 17:10:15 GMT
  378.  
  379. Where can one locate the sources for Linux networking software?
  380. I've tried unsuccessfully, a number of ftp sites.
  381. I'm seeking the sources for ftp, ftpd, telnet and telnetd.
  382. Please respond by e-mail.  Thank you.
  383.  
  384. --Neville Chandler        nhc@mtdcr.mt.att.com
  385.  
  386. -- 
  387. =================================================================
  388. Neville H. Chandler           ||       AT&T Bell Laboratories
  389. nhc@mtdcr.att.com             ||       Middletown, NJ 07748
  390. =================================================================
  391.  
  392. ------------------------------
  393.  
  394. From: probreak@kitty.ksu.ksu.edu (James Michael Chacon)
  395. Subject: Re: Problem with libc 4.2
  396. Date: 19 Dec 92 05:59:14 GMT
  397.  
  398. mycroft@hal.gnu.ai.mit.edu (Charles Hannum) writes:
  399.  
  400.  
  401. >After installing the libc 4.2 on tsx-11, `login' displays the
  402. >following:
  403.  
  404. >  Undefined C library functions.
  405. >         1. ulimit (Use getrlimit/setrlimit instead).
  406. >         2. light C shared image (Use the real one instead).
  407.  
  408. >Other than that, everything *seems* to work.  I tried installing the
  409. >`poeigl' package, but it doesn't deal with shadow passwords, and anyway
  410. >those functions seem to be missing from libc 4.2.
  411.  
  412. >My impression, after this, is that the libc 4.2 on tsx-11 is not a real
  413. >release.  Is this correct?
  414.  
  415. >-- 
  416. > \  /   Charles Hannum, mycroft@ai.mit.edu
  417. > /\ \   PGP public key available on request.  MIME, AMS, NextMail accepted.
  418. >Scheme  White heterosexual atheist male (WHAM) pride!
  419.  
  420. The ulimit function message is because under a standard SYSV system that call
  421. is available, and under POSIX and BSD they use setrlimit and getrlimit. 
  422. Some programs assume we are completely SYSV since we define -DUSG.
  423.  
  424. As far as the library goes, the one in /pub/linux/GCC should be a relatively
  425. current copy of libc and should work fine. It was released as a fix for people
  426. who needed things that used sigaction (which was broke in 4.1) and a couple
  427. of other broken calls.
  428.  
  429. James
  430.  
  431. ------------------------------
  432.  
  433. From: delman@mipg.upenn.edu (Delman Lee)
  434. Subject: Re: xdm -nodaemon: OK from command line, not rc.local
  435. Date: 19 Dec 92 18:23:48 GMT
  436.  
  437. In article <9212182130.aa05024@Bonnie.ics.uci.edu> mlo@Bonnie.ICS.UCI.EDU (--) writes:
  438.  
  439.    I'm running SLS .98p5.  Everything works OK when I run xdm -nodaemon
  440.    from the command line.
  441.  
  442.    I then tried xdm -nodaemon at the bottom of rc.local.  I first
  443.    commented out the first getty in /etc/inittab.  After rebooting,
  444.    the xlogin window comes up, and I log in as root.  Cool.
  445.    [...]
  446.  
  447. Read in the FAQ of comp.windows.x.i386unix that you need to provide a
  448. tty to xdm when running from /etc/rc.local. e.g. "xdm < /dev/console &"
  449.  
  450. Delman.
  451. --
  452. ______________________________________________________________________________
  453.  
  454.   Delman Lee                                    Tel.: +1-215-662-6780
  455.   Medical Image Processing Group,               Fax.: +1-215-898-9145
  456.   University of Pennsylvania,
  457.   4th floor Blockley Hall,
  458.   418 Service Drive,                         
  459.   Philadelphia, PA 19104-6021,
  460.   U.S.A..                                   Internet: delman@mipg.upenn.edu
  461. ______________________________________________________________________________
  462.  
  463.  
  464. ------------------------------
  465.  
  466. From: mycroft@hal.gnu.ai.mit.edu (Charles Hannum)
  467. Subject: Re: ANNOUNCE Normal user floppy file systems
  468. Date: 19 Dec 1992 19:33:10 GMT
  469.  
  470.  
  471. In article <1992Dec18.200918.14314@ncsu.edu> jlnance@eos.ncsu.edu
  472. (JAMES LEWIS NANCE) writes:
  473. >
  474. > [program deleted]
  475.  
  476. HELL YES being able to mkfs an arbitrary device is a security hole!!
  477.  
  478. -- 
  479.  \  /   Charles Hannum, mycroft@ai.mit.edu
  480.  /\ \   PGP public key available on request.  MIME, AMS, NextMail accepted.
  481. Scheme  White heterosexual atheist male (WHAM) pride!
  482.  
  483. ------------------------------
  484.  
  485. From: mycroft@hal.gnu.ai.mit.edu (Charles Hannum)
  486. Subject: Re: ANNOUNCE Normal user floppy file systems
  487. Date: 19 Dec 1992 19:37:08 GMT
  488.  
  489.  
  490. In fact, this program is a total lose.  How about this:
  491.  
  492.   floppy -m "run-me-as-root-heh-heh" new
  493.  
  494. I think not.
  495.  
  496. -- 
  497.  \  /   Charles Hannum, mycroft@ai.mit.edu
  498.  /\ \   PGP public key available on request.  MIME, AMS, NextMail accepted.
  499. Scheme  White heterosexual atheist male (WHAM) pride!
  500.  
  501. ------------------------------
  502.  
  503. From: parry@yoyo.cc.monash.edu.au (Tom J Parry)
  504. Subject: Re: dbx debugger out there?
  505. Date: Fri, 18 Dec 1992 14:40:35 GMT
  506.  
  507. Dennis Robinson (djr48312@uxa.cso.uiuc.edu) wrote:
  508. >Ive done all of my previous C debugging with dbx, Im wondering if we have
  509. >it for linux.  I have the SLS dist. and only have gdb which I am not really
  510. >aquanted with.
  511.  
  512. It isn't that different from dbx, and there are so many different varieties
  513. of dbx around anyway. IMO gdb is a much nicer debugger than most dbx's I have
  514. used, and it's got (pretty) good builtin help as well as some neat features 
  515. (like tab completion). If you really want dbx, then you can always do:
  516. # cd /usr/local/bin ; ln -s `which gdb` dbx
  517. and be happy.
  518.  
  519. -- 
  520. Tom J Parry.
  521. Your reality is a figment of my imagination.
  522.  
  523. ------------------------------
  524.  
  525. From: tym@dibbler.cs.monash.edu.au (Tim MacKenzie)
  526. Subject: Re: [Q] Bug in select(2)?
  527. Date: Fri, 18 Dec 1992 14:48:31 GMT
  528.  
  529. The Wyvern (wyvern@gnu.ai.mit.edu) wrote:
  530. >I've also been noticing some strange behavior which seems to be also due to
  531. >select(2), although it doesn't seem to be of the same type as mentioned
  532. >above. I'm running a client/server program that uses sockets of type AF_INET.
  533. >Up until 0.99 I wasn't having problems but now clients and servers are getting
  534. >stuck. They just hang. ps -l shows the WCHAN for the hung processes as
  535. >tcp_read
  536. >when normally it shows do_select when they're working correctly. The programs
  537.  
  538. The way in which the tcp code does select has been changed recently.... I would
  539. recommend getting the latest tcp and testing your code with that. The current
  540. version (which is working well for me at the moment, except for asyncronous
  541. connect's which can be fixed with a simple patch) is 0.99pl0 p5. This is
  542. available in tsx-11.mit.edu:pub/linux/packages/tcpip/tcp99pl0-p5.Z
  543.  
  544. This patch is for 0.99 plain. You do not need 0.99pl0 patches 1-4.
  545. I've tacked on Ross's tcp99pl0-p5.README
  546. --
  547. -Tim MacKenzie (tym@dibbler.cs.monash.edu.au)
  548.  
  549. --- BEGIN included text tcp99pl0-p5.README
  550. Since some people had problems with patch4, this patch is off of the
  551. stock .99 sources.  DO NOT apply patches 1-4 first.  I won't be able
  552. to work on this for quite a while, so this is the last patch.  In the
  553. interim I suggest those of you who find problems, figure out how to do
  554. a good bug report.  "The daemons don't work," doesn't cut it.  If you
  555. have a problem I need to know precisesly what it is including a syslog
  556. if possible.  If the kernel prints out a message I need to know
  557. exactly what it said including any numbers it happend to print out.  I
  558. also need to know how any addresses relate to YOUR system.map.  Line
  559. numbers would help.  Furthermore if something returns an error you
  560. don't think it should, I need to know preciesly what error (including
  561. the value of errno) and under what circumstances it occured and why it
  562. shouldn't return an error.  Small programs to demonstrate things you
  563. consider bugs would help.  The tcp/ip code has function almost
  564. flawlessly and continuosly for me since the Pre-Alpha days.  Obviously
  565. I can't reproduce problems like ftp doesn't work and I will tend to
  566. ignore them.
  567.  
  568. Ross Biro bir7@leland.stanford.edu 
  569. Member League for Programming Freedom (LPF)
  570. mail lpf@uunet.uu.net to protect your Freedom
  571.  
  572.  
  573. ------------------------------
  574.  
  575.  
  576. ** FOR YOUR REFERENCE **
  577.  
  578. The service address, to which questions about the list itself and requests
  579. to be added to or deleted from it should be directed, is:
  580.  
  581.     Internet: Linux-Activists-Request@NEWS-DIGESTS.MIT.EDU
  582.  
  583. You can send mail to the entire list (and comp.os.linux) via:
  584.  
  585.     Internet: Linux-Activists@NEWS-DIGESTS.MIT.EDU
  586.  
  587. Linux may be obtained via one of these FTP sites:
  588.     nic.funet.fi                pub/OS/Linux
  589.     tsx-11.mit.edu                pub/linux
  590.     tupac-amaru.informatik.rwth-aachen.de    pub/msdos/replace
  591.  
  592. The current version of Linux is 0.98pl6 released on December 2, 1992
  593.  
  594. End of Linux-Activists Digest
  595. ******************************
  596.  
  597.